/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  5.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
/*   Windows 32 and 64 bit porting by blueCAPE: http://www.bluecape.com.pt   *\
|  Based on Windows porting (2.0.x v4) by Symscape: http://www.symscape.com   |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    inlet1
    {
        type            patch;
        nFaces          80;
        startFace       16090;
    }
    top
    {
        type            wall;
        inGroups        1(wall);
        nFaces          60;
        startFace       16170;
    }
    outlet
    {
        type            patch;
        nFaces          20;
        startFace       16230;
    }
    bottom
    {
        type            symmetryPlane;
        inGroups        1(symmetryPlane);
        nFaces          230;
        startFace       16250;
    }
    nozzle
    {
        type            wall;
        inGroups        1(wall);
        nFaces          230;
        startFace       16480;
    }
    defaultFaces
    {
        type            empty;
        inGroups        1(empty);
        nFaces          16400;
        startFace       16710;
    }
)

// ************************************************************************* //
